Welcome![Sign In][Sign Up]
Location:
Search - rsa algorithm java

Search list

[Crack HackRSA加密解密及RSA签名和验证

Description: RSA加密解密及RSA签名和验证算法,c/s界面,-RSA encryption and decryption and validation of signatures RSA algorithm, c/s interface,
Platform: | Size: 3072 | Author: 方良 | Hits:

[Crack HackRSA加长分段加密

Description: RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algorithm, interface operation, it is convenient to the contents of the documents for encryption, but in order to longer content encryption algorithm used in the sub-encryption tools. The algorithm steps are as follows : 1. Read public key e and n, for encryption purposes. 2. DecText from reading a big specifically, into an express byte array Byte []. 3. Byte [] then divided into pieces expressly sectByte byte [] array. 4. The use of e and n of all sectByte [] encryption and synthesis of a large dense text to be added EncText. 5. The next major reading of the express, if expressly for the space, complete encryption; Otherwise turn 2
Platform: | Size: 75776 | Author: 何泽荣 | Hits:

[Crack Hackrsa.java

Description: java版的RSA算法,可以供参考使用。你可以试试哦-java version of the RSA algorithm can be used for reference. Oh, you can try
Platform: | Size: 2048 | Author: 康lg | Hits:

[JSP/Javarsa-java

Description: rsa加密算法的JAVA实现,绝对能够运行-rsa encryption algorithm JAVA absolutely capable of running
Platform: | Size: 1024 | Author: 行风 | Hits:

[Crack HackDownRSA

Description: RSA加密算法java代码,自动生成公钥和密钥-RSA encryption algorithm java code, automatic generation public key cryptography
Platform: | Size: 8192 | Author: sikyZhao | Hits:

[Software Engineering99-GuTingTing-RSA

Description: JAVA实现RSA算法,安静看法是咔叽了撒发生安放撒发生安放上 -JAVA RSA algorithm, is a quiet view of the khaki withdraw occurred placed withdraw placed on the occurrence
Platform: | Size: 19456 | Author: wlc | Hits:

[Crack HackRSA

Description: rsa算法演示,运用数论知识和经典的RSA算法,可生成超长的密钥,对文件经行加密,解密的演示。当时的开发环境是JCreator 3.50。-rsa algorithm demo, using knowledge of number theory and classical RSA algorithm, can generate very long keys, the document by line encryption, decryption of the presentation. At that time, the development environment is JCreator 3.50.
Platform: | Size: 4096 | Author: zgyang | Hits:

[Otherrsa

Description: 网络安全体制中的RSA算法的一些相关文章-Network security system of the RSA algorithm in a number of related articles
Platform: | Size: 4818944 | Author: | Hits:

[CA authRSA

Description: :RSA 是最广泛的公钥算法,从程序实现的主要思想、算法分析及流程说明、实验环境要求描述、运行 和结果、运行效率分析和程序源代码六方面介绍运用java程序实现RSA加密算法,要求输入明文的二进制位数 不少于1024。-: RSA public key is the most widely algorithm, from the process to achieve the main ideas, algorithms and processes that describe the experimental environmental requirements, operation and results, operational efficiency analysis and source code six introduce the use of java program RSA encryption algorithm, expressly asked to enter the binary digits of not less than 1024.
Platform: | Size: 160768 | Author: 王功臣 | Hits:

[ICQ-IM-ChatClient-Server-based-Security-Comunication-Tool

Description: 自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识 1.使用RSA算法完成DES密钥的分配; 2.使用MD5结合RSA算法完成对消息的签名; 3.对原有消息及签名提供机密性保护(用DES算法加密); 4.能够解密并验证签名的合法性 -Their use of Java made the Client-Server chat program, a combination of network communications, data security, knowledge of multi-threaded one. RSA algorithm using the completion of the distribution of DES keys 2. RSA algorithm combines the use of MD5 message to complete the signature 3. The original message and signature to provide confidentiality protection (with DES encryption algorithm) 4. Able to decrypt and verify the legitimacy of the signature
Platform: | Size: 8192 | Author: Shadow | Hits:

[JSP/JavaRSA

Description: java程序实现的RSA算法,实现了加密解密并带有源代码。并配有exe执行文件-java program realization of RSA algorithm, the realization of the encryption and decryption with the source code. And implementation with exe files
Platform: | Size: 907264 | Author: wangyang | Hits:

[Crack HackRSA

Description: RSA算法的Java实现,可作为学习公钥体制加密算法的参考资料-Java realization of RSA algorithm can be used as learning the public key encryption algorithm system reference
Platform: | Size: 166912 | Author: 木易 | Hits:

[JSP/JavaRsa

Description: 用JAVA实现Rsa非对称加密算法 不算简单的算法 既可以加密又可以解密-Rsa use JAVA to achieve an asymmetric encryption algorithm is not a simple algorithm can be encrypted can be decrypted
Platform: | Size: 2048 | Author: 韩国强 | Hits:

[JSP/JavaRSA(Java)

Description: 介绍了用java编辑RSA算法实现,适合初学者-Introduction using java Edit RSA algorithm implementation, suitable for beginners
Platform: | Size: 2048 | Author: fredric | Hits:

[Crack Hackrsa

Description: ecplise环境下密码学RSA算法的实现-ecplise environment RSA cryptography algorithm implementation
Platform: | Size: 3072 | Author: 严海 | Hits:

[CA authrsa.tar

Description: rsa algorithm .... works fine for 1024 bit prime numbers
Platform: | Size: 7168 | Author: stane | Hits:

[CA authRSA

Description: RSA-is an algorithm for public-key cryptography-RSA-is an algorithm for public-key cryptography
Platform: | Size: 6144 | Author: andrushkutzzaa | Hits:

[Crack HackRSA

Description: 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
Platform: | Size: 2048 | Author: 窦小敏 | Hits:

[Crack HackRSA

Description: RSA算法的java代码,有界面,需要到http://www.bouncycastle.org下载bcprov-jdk14-123.jar-RSA algorithm java code, there are interfaces, you need to http://www.bouncycastle.org download bcprov-jdk14-123.jar
Platform: | Size: 2048 | Author: zouyuying | Hits:

[Crack Hackrsa

Description: rsa 加密算法 能同时用于加密和数字签名 -rsa algorithm java will multiply two large prime numbers is very easy, but when you want to its product factorization is extremely difficult, so it can be the product of public as an encryption key.
Platform: | Size: 2048 | Author: 黎茶醒 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net